home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / LINUX / VERSION.H < prev    next >
Text File  |  1999-09-17  |  125b  |  4 lines

  1. #define UTS_RELEASE "2.2.6"
  2. #define LINUX_VERSION_CODE 131590
  3. #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  4.